AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Increments or decrements the counter by a specified value. The counter allows both increasing and decreasing values to be recorded, making it suitable for metrics that can go up and down.
Namespace: Amazon.Runtime.Telemetry.Metrics
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z
public abstract void Add( T value, Attributes attributes )
The amount to increment or decrement the counter by. This value can be positive or negative and is of type T.
Optional attributes associated with the operation. These attributes provide additional context or metadata.
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer